feat(test-framework): Add a test-framework to bao#154
Closed
miguelafsilva5 wants to merge 41 commits into
Closed
Conversation
59a293c to
8837766
Compare
6a6ab29 to
ae3afc5
Compare
4259da3 to
9b4c48c
Compare
a441e4a to
ec89631
Compare
ec89631 to
cd65b3b
Compare
Member
Author
|
@Diogo21Costa is it possible to run the framework on the docker like we do with the CI? With the CI we do, for example: |
Member
Author
|
@Diogo21Costa I've been testing the TF following the readme with docker. Only qemu-aarch64-virt and qemu-riscv64-virt worked. fvp-r: |
Member
Author
|
Nix recipes should also be up to date according to bao-demos/update/misc |
a375659 to
3f502e4
Compare
3f502e4 to
b363b0e
Compare
f4d2906 to
85b47d5
Compare
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
ca43f87 to
f43518b
Compare
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Member
|
Closing this PR in favor of #363, which supersedes it with a full rewrite of the testing framework. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
This PR integrates a test framework into bao-hypervisor. This is done by adding 2 submodules:
Furthermore, this PR includes a directory dedicated to the implementation of test setups (recipes).
More info on how to use is available in tests/README.md.
This PR is currently working for qemu-aarch64-virt and qemu-riscv64-virt